-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed manifest for Firefox, added linting and CI #198
Conversation
Not sure while snyk licensing is failing (the only package added was web-ext which has MPL 2.0) - I don't have access to Expensify's Snyk org. |
I sent you an invite to Snyk. In the meantime, we can manually mark the check as succsesful in Snyk, which I just did. |
The merge-base changed after approval.
The merge-base changed after approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to approve again.
The merge-base changed after approval.
Still getting auto-rejected :( |
The merge-base changed after approval.
dang, thought i'd be lucky haha |
Waiting for GitHub to get back to me on the support ticket |
wooo |
Yay, that worked. I'm publishing it now and then you can send out an email to everyone announcing the new version once I give you the green light. |
OK, green light! I've uploaded it to 1Password.
|
@tgolen I'll go through the remaining snyk PRs, bump the version number and then deal with the e-mail - at least we'll have a "security updates" changelog entry for that |
Fixed problems with the FF extension by using the
web-ext
package from Mozilla, which helps with linting.Web-ext linting was also added as a step to GitHub actions, so we can be sure it's compatible with Firefox without having to first package and upload to addons.mozilla.org.